Removed env variables from .travis.yml, we now use env.test

Dominik Sander 9 anni fa
parent
commit
182a59fc9f
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

@@ -1,8 +1,6 @@
1 1
 language: ruby
2 2
 cache: bundler
3 3
 bundler_args: --without development production
4
-env:
5
-  - APP_SECRET_TOKEN=b2724973fd81c2f4ac0f92ac48eb3f0152c4a11824c122bcf783419a4c51d8b9bba81c8ba6a66c7de599677c7f486242cf819775c433908e77c739c5c8ae118d TWITTER_OAUTH_KEY=twitteroauthkey TWITTER_OAUTH_SECRET=twitteroauthsecret
6 4
 rvm:
7 5
   - 2.0.0
8 6
   - 2.1.1